projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b248b
)
(signal_before_change): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Sep 1996 19:52:09 +0000
(19:52 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Sep 1996 19:52:09 +0000
(19:52 +0000)
src/insdel.c
patch
|
blob
|
history
diff --git
a/src/insdel.c
b/src/insdel.c
index 56ae6535c00549df2f3d93e398c39ba45c9acc83..8b4cc5f8c2a6db4830389fe6e1b6b93b6461d2cd 100644
(file)
--- a/
src/insdel.c
+++ b/
src/insdel.c
@@
-782,8
+782,8
@@
prepare_to_modify_buffer (start, end)
START_INT and END_INT are the bounds of the text to be changed. */
void
-signal_before_change (start
, end
)
- int start_int, end_
end
;
+signal_before_change (start
_int, end_int
)
+ int start_int, end_
int
;
{
Lisp_Object start, end;